CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - nonlinear fit

搜索资源列表

  1. Data-fitting-methods

    2下载:
  2. 提供了几种数据拟合的c++代码:1 直线拟合(FIT);2 线性最小二乘法((LFIT, COVSRT), (SVDFIT, SVDVAR)(oddity), (FPOLY, FLEG)(example));3 非线性最小二乘法((MRQMIN(Levenberg-Marguardt), MRQCOF(evaluation)), FGAUSS(example));4 绝对值偏差最小的直线拟合(MEDFIT(cal para), ROFUNC(example))。-offers several d
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6066
    • 提供者:ldg
  1. LM-fit

    0下载:
  2. 非线性最小二乘-LM法 是用IDL语言编写的,基本思想可以参考-Nonlinear least-squares-LM method is to use IDL language, the basic idea can refer to
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:44631
    • 提供者:徐光春
  1. curvefiting

    1下载:
  2. 该程序利用最小二乘法进行拟合多元非线性方程。是我做毕设的时候写的。希望对大家有用。-This code can fit multivariable nonlinear equation by using least squares.
  3. 所属分类:Algorithm

    • 发布日期:2017-01-25
    • 文件大小:7168
    • 提供者:张毅
  1. conjugategrads

    0下载:
  2. 图像重建常常被转化为解非线性无约束极值问题, 通过范数极小化推导出共扼梯度法的 一般算法。通过对模拟数据和实际工件断层扫描数据进行图像重建, 估计了算法的有效性, 结果表明, 与最速下降法相比, 此算法更适用于不完全投影数据的图像重建, 在保证重建图像拟合度的同时, 大大提高了重建速度。-Image reconstruction has often been transformed into solving nonlinear unconstrained extremum problem,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:364484
    • 提供者:孙翔
  1. Image2Html

    0下载:
  2. 内容包括:解线性代数方程组,插值,数值积分,特殊函数,函数逼近,特征值问题,数据拟合,方程求根和非线性方程组求-Include: solving linear algebraic equations, interpolation, numerical integration, special functions, function approximation, eigenvalue problem, the data fit the equation Roots and nonlinear eq
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:496519
    • 提供者:hjq
  1. Elevation-fitting

    0下载:
  2. BP 网络具有以任意精度逼近定义在紧致子集上的任意非线性函数的能力, 因而被广泛应用于识别、预测、拟合。-BP network has to approach any degree of accuracy defined in the compact subset of the capacity of any nonlinear function, which is widely used in identification, prediction, fit.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:112935
    • 提供者:刘文祥
  1. curvemain_kcsjjj

    0下载:
  2. 最小二乘法拟合一个非线性函数(这里是齿轮四杆机构的各边及齿轮大小的拟合) 多变量 多参数 函数表达式复杂(但必须有表达式,只有微分方程不行) 在数据较少的时候 拟合多个参数-A nonlinear function of the least squares fit (in this case each side of the four agencies gear and gear size fitting) complex expression of multi-variable multi-p
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:792
    • 提供者:We,happy
  1. Inpainting-by-TV-Stokes

    0下载:
  2. 讨论使用TV—Stokes方程进行图像修复,通过把等照度线方向传输进入修复区域,用能量最小化模型和零散度条件,获得一个非线性的Stokes方程。一旦构造了等照度线,图像就以等照度线方向修复。-This paper discusses the impainting method using TV —Stokes equations.The isophote directions are propagated into the inpainting domain. An energy minimiz
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:132141
    • 提供者:Ankiss
  1. BP-of-Nonlinear-2

    0下载:
  2. 利用带动量项的改进BP神经网络算法对非线性函数进行拟合。通过验证函数,可以对训练好的数据进行验证。-Driven by the amount of improved BP neural network algorithm to fit the nonlinear function. Validated by the validation function, can be trained data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:31149
    • 提供者:
  1. ASA

    0下载:
  2. Adaptive Simulated Annealing (ASA) is a C-language code developed to statistically find the best global fit of a nonlinear constrained non-convex cost-function over a D-dimensional space. This algorithm permits an annealing schedule for "temper
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:652891
    • 提供者:ip
  1. ZCXLJ

    0下载:
  2. 支持向量机和BP神经网络都可以用来做非线性回归拟合,但它们的原理是不相同的,支持向量机基于结构风险最小化理论,普遍认为其泛化能力要比神经网络的强。大量仿真证实,支持向量机的泛化能力强于BP网络,而且能避免神经网络的固有缺陷——训练结果不稳定。本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合-Support vector machines and BP neural network can be used for non-linear regression f
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:2611
    • 提供者:杨明明
  1. data-fitting

    0下载:
  2. 运用最小二乘法对数据进行拟合,内容包括1. 1.运用matlab自带的程序对最小二乘法数据拟合 2.自己编程对最小二乘法数据拟合3.对非线性曲线拟合4.运用神经网络对实验数据进行拟合 -Using least squares fit of the data, including 1.1. Using matlab own procedures for least squares data fitting 2. Their own programming on the method of le
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:176372
    • 提供者:帅英琦
  1. wenti_1_GA_LS

    1下载:
  2. 基于遗传算法的非线性方程的拟合,实现高拟合质量,不需要输入初值。-Fitting nonlinear equations based on genetic algorithms to achieve high quality fit, do not enter the initial value.
  3. 所属分类:matlab

    • 发布日期:2014-12-06
    • 文件大小:1024
    • 提供者:桑榆
  1. Wavelet_NNS

    0下载:
  2. 这是一个用小波神经网络进行非线性函数逼近的例子,拟合效果非常好-This is an example of a nonlinear wavelet neural network function approximation, the effect is very good fit
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1414
    • 提供者:cdl
  1. tuoqiu

    1下载:
  2. 本程序给出了最小二乘法拟合非线性特征下的模型参数的详细程序,能够精确估计模型参数和拟合模型。-This program gives a nonlinear least squares fit model parameters characteristic under detailed procedures to accurately estimate the model parameters and fitting models.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:716
    • 提供者:翟全力
  1. GA

    0下载:
  2. matlab编程,实现灰色预测模型,基于当前已有的数据,用来预测未来一段时间内的发展趋势,对于线性发展趋势拟合情况很好,对于非线性预测差一点。-matlab programming, gray prediction model based on the current available data to predict future trends over time, the linear trends fit in good condition, almost nonlinear predic
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:519
    • 提供者:muchu
  1. yengsan_v30

    0下载:
  2. 意信号卷积的运算,并且绘制图象,关于非线性离散系统辨识,利用最小二乘算法实现对三维平面的拟合。- Convolution operation is intended to signal and image rendering, Nonlinear discrete system identification, Least-squares algorithm to fit a three-dimensional plane.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:8322
    • 提供者:tunfai
  1. leimiu_v66

    0下载:
  2. 利用最小二乘算法实现对三维平面的拟合,利用最小二乘法进行拟合多元非线性方程,课程设计时编写的matlab程序代码。- Least-squares algorithm to fit a three-dimensional plane, Multivariate least squares fitting method of nonlinear equations, Course designed to prepare the matlab program code.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:6772
    • 提供者:hiugaisingniu
  1. fengyie

    0下载:
  2. 各种资源分配算法实现,利用最小二乘法进行拟合多元非线性方程,利用最小二乘算法实现对三维平面的拟合。- Various resource allocation algorithm, Multivariate least squares fitting method of nonlinear equations, Least-squares algorithm to fit a three-dimensional plane.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:4809
    • 提供者:kangkuifei
  1. 2

    0下载:
  2. 一个MATLAB程序,关于BP神经网络的非线性系统建模,可用于非线性函数拟合-A MATLAB program, system modeling BP Nonlinear neural networks, nonlinear function may be used to fit
  3. 所属分类:matlab

    • 发布日期:2017-12-14
    • 文件大小:48128
    • 提供者:邢君
« 12 »
搜珍网 www.dssz.com